home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00421.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  126 b   |  9 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     go(the frame - 1)
  5.   else
  6.     continue()
  7.   end if
  8. end
  9.